@charset "utf-8";
/*----buttons-----*/
.a_button {
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #d0d0d0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e6e6), color-stop(100%, #d0d0d0));
    background: -webkit-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: -moz-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: -o-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: linear-gradient(top, #e9e6e6, #d0d0d0);
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
 *vertical-align: auto;
    zoom: 1;
 *display: inline;
    border: 1px solid #bab9b9;
    height: 35px;
    line-height: 32px;
    padding: 0px 25.6px;
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666!important;
    text-shadow: 0 1px 0px white;
    margin: 0;
    text-decoration: none !important;
    text-align: center;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    cursor: hand;
    cursor: pointer;
}
.a_button_upgrade{
    background-color: #eb5800 !important;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcbc81), color-stop(100%, #eb5800)) !important;
    background: -webkit-linear-gradient(top, #f56f01, #eb5800) !important;
    background: -moz-linear-gradient(top, #fcbc81, #eb5800) !important;
    background: -o-linear-gradient(top, #fcbc81, #eb5800) !important;
    background: linear-gradient(top, #fcbc81, #eb5800) !important;
    border-color: #eb5800 !important;
    color: #fff!important;
    text-shadow: 0 1px 0px #dd690a !important;
    color:#fff;
    line-height: 34px;
}
.a_button_primary {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #39b8f3), color-stop(100%, #1595d0))!important;
    background: -webkit-linear-gradient(top, #39b8f3, #1595d0)!important;
    background: -moz-linear-gradient(top, #39b8f3, #1595d0)!important;
    background: -o-linear-gradient(top, #39b8f3, #1595d0)!important;
    background: linear-gradient(top, #39b8f3, #1595d0)!important;
    background-color: #1595d0!important;
    border-color: #20a1dc!important;
    color: white!important;
    text-shadow:0 1px #1e4e82!important;
}
.a_button_secondary {
    background-color: #d0d0d0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e6e6), color-stop(100%, #d0d0d0));
    background: -webkit-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: -moz-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: -o-linear-gradient(top, #e9e6e6, #d0d0d0);
    background: linear-gradient(top, #e9e6e6, #d0d0d0);
    border-color: #bab9b9;
    color: #333!important;
    text-shadow: 0 1px 0px #fff;
}
.a_button_fb {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d6eb3), color-stop(100%, #3c5a99));
    background: -webkit-linear-gradient(top, #4d6eb3, #3c5a99);
    background: -moz-linear-gradient(top, #4d6eb3, #3c5a99);
    background: -o-linear-gradient(top, #4d6eb3, #3c5a99);
    background: linear-gradient(top, #4d6eb3, #3c5a99);
    background-color: #3c5a99;
    border-color: #3c5a99;
    color: white!important;
    text-shadow: 0 -1px 0px #26427d;
    padding: 0 16px;
}
.a_button_fb i {
    background: url(../../common-de/icons_onbutton.png) no-repeat left 1px;
    width: 27px;
    height: 33px;
    float: left;
}
.a_button_fb span {
    display: block;
    margin: 0 0 0 27px;
    text-align: center;
}
.a_button_inoperative {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dcdbd9), color-stop(100%, #dcdbd9));
    background: -webkit-linear-gradient(top, #dcdbd9, #dcdbd9);
    background: -moz-linear-gradient(top, #dcdbd9, #dcdbd9);
    background: -o-linear-gradient(top, #dcdbd9, #dcdbd9);
    background: linear-gradient(top, #dcdbd9, #dcdbd9);
    background-color: #dcdbd9;
    border-color: #bab9b9;
    color: #a5a5a5!important;
    text-shadow: 0 1px 0px #fff;
}
.a_button:hover, .a_button_secondary:hover{
    color:#333!important;
    -moz-opacity: 0.80!important;
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none;
}
.a_button_primary:hover, .a_button_fb:hover{
    -moz-opacity: 0.80!important;
    filter: alpha(opacity=80);
    opacity: 0.8;
    color:#fff!important;
    text-decoration: none;
}
.a_button_inoperative:hover{
     color: #a5a5a5 !important;
}
/*----buttons end-----*/
/*----------float window start-------------------*/
.a_popup_shadow {
    background: #000;
    -moz-opacity: 0.78!important;
    filter: alpha(opacity=78);
    opacity: 0.78;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index:999;
}
.a_popup_wrapper {
    width: 450px;
    padding: 50px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.8);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.8);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.8);
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -275px;
    z-index:999999999;
}
.a_popup_wrapper .a_popup_container{
    position:relative;
    width:100%;
    float:left;
}
.a_popup_wrapper h2{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    color:#525252;
    font-weight:bold;
    line-height:24px;
    margin:0!important;
    padding-bottom:23px;
    text-align:center;
}
.a_popup_wrapper .a_popup_btns {
    text-align:center;
}
.a_popup_wrapper .a_popup_btns button{
    width:125px;
    text-align:center;
    padding:0;
}
.a_popup_wrapper .a_popup_btns button.a_btn_widthauto {
    padding: 0 25px;
    width: auto;
}
.a_popup_wrapper .a_delete a{
    background:url(../img/a_float_deleteicon.png) no-repeat 1px 1px;
    width:11px;
    height:11px;
    display:block;
    position:absolute;
    right:-41px;
    top:-41px;
    pointer-events: auto;
}
.a_popup_maintips{
    list-style:none;
    padding:0px;
    margin:-8px 0 0 0px;
}
.a_popup_maintips li{
    display:inline-block;
    color:#525252;
    padding-bottom:15px;
}
.a_popup_maintips li i{
    background:url(../img/a_float_deleteicon.png) no-repeat left -13px;
    width:4px;
    height:4px;
    float:left;
}
.a_popup_maintips li span{
    margin:-6px 0 0 13px;
    display:block;
}
.a_recommendmembers{
    width:100%;
    overflow:hidden;
    margin:-11px 0 0 0;
}
.a_recommendmembers ul{
    width:120%;
    float:left;
    list-style:none;
    padding:0px 0 4px 0;
    margin:0px;
}
.a_recommendmembers ul li{
    margin:0 21px 21px 0;
    position:relative;
    width:120px;
    height:120px;
    float:left;
}
.a_recommendmembers ul li img{
    width:100%;
    height:100%;
    border:0px;
}
.a_recommendmembers ul li .a_selected{
    position:absolute;
    right:5px;
    top:5px;
    background:url(../img/a_float_deleteicon.png) no-repeat left -21px;
    width:22px;
    height:24px;
    display:block;
}
.a_recommendmembers ul li .a_username{
    position:absolute;
    left:0px;
    bottom:0px;
    padding:3px 0;
    width:100%;
    text-align:center;
    color:#fff;
    background:rgba(000, 000, 000, 0.3)
}
.a_tips_oneline{
    width:100%;
    text-align:center;
    float:left;
    margin:-13px 0 21px 0;
    padding:0px;
}
.a_btn_container{
    text-align:center;
}
.a_popup_wrapper h2.v14_success i {
    background: url(../../common-de/v14_vip_icon_success.png) no-repeat scroll left top;
    display: inline-block;
    height: 65px;
    margin-top: 15px;
    width: 65px;
}
.a_popup_wrapper h2.v14_success span {
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.a_popup_wrapper .a_popup_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/loading.gif) no-repeat scroll center center;
    z-index: 2;
    display: none;
}
.a_popup_wrapper .a_float_error{
    padding-bottom:0px;
}
.a_popup_wrapper .a_float_error i{
    background:url(../img/a_float_failedicon.png) no-repeat left top;
    display: inline-block;
    height: 65px;
    margin-top: 15px;
    width: 65px;
}
.a_popup_wrapper .a_float_error span{
    float: left;
    padding:18px 0 12px 0;
    text-align: center;
    width: 100%;
}
/*----------float window end-------------------*/
/*--------font color and font size start------*/
.a_color_gray{
    color:#918f8f;
}
.a_color_orange{
    color:#ffaa00!important;
}
.a_color_blue{
    color:blue;
}
.a_color_red{
    color:red;
}
/*--------font color and font size end------*/

/*--------background color start------*/
.a_bg_color_1{
    background-color: #898989 !important;
}

/*--------background color end------*/
/*---------page navigation start--------*/
.v14_pagenav {
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.v14_pagenav a {
    text-decoration: none;
    color: #aaa!important;
    padding: 0 4px;
    font-size: 14px;
}
.v14_pagenav a:hover, .v14_pagenav a.current {
    color: #1797d2!important;
}
/*---------page navigation end--------*/

.a_popup_fulltextarea {
    padding: 0 0 20px;
}
.a_popup_fulltextarea textarea {
    height: 80px;
    width: 100%;
    max-width:453px!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;
}

div.grippie {
    background: #eeeeee url("../../common-de/grippie.png") no-repeat scroll center 2px;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}


.d_not_available{
    background-image: none !important;

}
.d_not_available a{
    pointer-events:none;
}
.add_to_favorites_position {
    colspan: 2;
    width: 86px;
}
.share_with_friends_position {
    align: left;
    width: 210px;
}
.d_not_available .reject_gift .subnav a{
    pointer-events:auto;
}
.report_abuse_box{
    font-size:16px;
    padding:35px 0 55px 55px;
}
.feedback_box{
    padding:35px 0px 55px 0;
    font-size:16px;
}
.personal_information {
    align: left;
    padding-bottom: 15px;
}
.personal_information span{
    padding: 0 5px;
    color: #999;
}
.u_info_descr__left_border tbody tr td>div.d_search_list_a_favorit{
    position: relative;
    float: left;
}
.u_info_descr__left_border tbody tr td>div.d_search_list_a_favorit:hover div.d_search_list_po{
    display: block;
}
.d_search_list_po i.d_search_content_triang {
    position: absolute;
    width: 43px;
    height: 100%;
    left: 50px;
    top: -21px;
    background: url(../../common-de/my_top_list_hovertriang.png) no-repeat 0px 0px;
}
.d_search_list_po{
    display: none;
    z-index: 99;
    left: -8px;
    top: 30px;
    padding: 15px 10px 15px 20px;
    width: 260px;
    line-height: 14px;
    position: absolute;
    font-size: 12px;
    color: #555;
    background: #fff;
    border: 1px solid #d6cfc6;
    box-shadow: 0 3px 8px #d7d6d6;
}
/*----favorite_success start----*/
.a_addfav_succ {
    width: 85%;
    margin: 25px auto;
}
.a_addfav_succ label {
    width: 105px;
    height: 105px;
    overflow: hidden;
    border: 1px solid #ddd;
    float: left;
    padding: 5px;
}
.a_addfav_succ label img {
    width: 100%;
    height: 100%;
}
.a_addfav_succ .title_border {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.a_addfav_succ .title_border > div {
    margin: 0 0 0 130px;
}
.a_addfav_succ .title_border > div .a_button {
    margin: 5px 0 0 0px;
}
.a_addfav_succ .title_border > div h2 {
    margin: 0px;
    padding: 0px;
}
.a_addfav_succ .title_border > div p {
    padding: 10px 0;
    margin: 0px;
    font-size: 14px;
}
.a_addfav_succ > p {
    text-align: center;
    font-size: 14px;
    padding: 25px 0;
}
.a_addfav_succ > p a {
    padding: 0 5px;
}
/*----favorite_success end----*/
/*-------loading start-----*/
.a_loading {
    margin: 100px auto 0 auto;
    width: 170px;
    text-align: center;
    background: rgba(0,0,0,0.29);
    border-radius: 5px;
    padding: 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -115px;
    z-index: 9999999;
}
.a_loading b {
    text-transform: uppercase;
    float: left;
    font-size: 24px;
    color: #929292;
}
.a_loading > span {
    width: 4px;
    height: 4px;
    background-color: #929292;
    float: left;
    border-radius: 1px;
    display: inline-block;
    margin: 18px 2px 0 2px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.a_loading .bounce1 {
    -webkit-animation-delay: -0.22s;
    animation-delay: -0.22s;
}
.a_loading .bounce2 {
    -webkit-animation-delay: -0.10s;
    animation-delay: -0.10s;
}
 @-webkit-keyframes sk-bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
 @keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1.0);
 transform: scale(1.0);
}
}
/*-------loading end-----*/
/*-------viewed me start-----*/
.no_viewed_title {
    text-align: center;
    margin-top: 40px;
    border-bottom: 1px dotted #d6d3d3;
}
.want_viewed_profile{
    margin-top: 100px;
    text-align: center;
}
.want_viewed_profile p {
    padding: 12px;
    font-size: 18px;
}
.get_more_activities {
    margin: 20px 0 0 20px;
}
.view_tips a, .view_tips a:link, .view_tips a:hover, .view_tips a:visited {
    text-decoration: none;
    font-weight: bold;
}
.view_tips > li {
    line-height: 30px;
}
/*-------viewed me end-----*/
.color-red {
    color: red;
}